home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’91 / MS Works Merge Enhancer / Readme.NOAS < prev    next >
Encoding:
Text File  |  1991-06-20  |  1.0 KB  |  27 lines  |  [TEXT/MPS ]

  1. This hack came about because a secretarty of limited ability found
  2. that Microsoft Works was not providing adequate perforamnce for her
  3. 350 name mail-merge job, and I was asked to solve the problem without
  4. imposing a more complex system on her.
  5.  
  6. This project consists of several components:
  7. 1) A PostScript dictionary that produces the letter. This code is
  8.    in the form of a PREC 103 resource so it is downloaded to the
  9.    LaserWriter prior to the first gsave so it persists across
  10.    multiple pages
  11. 2) An XCMD, written in C++, which reads Works databases and returns
  12.    the records one at a time.
  13. 3) An XCMD which takes a string of PostScript and sends it to the
  14.    LaserWriter driver one page at a time.
  15. 4) A Stack which ties all this together in a relatively simple user
  16.    interface.
  17.    
  18. The major point of this project is that adding value to a Microsoft
  19. product is far simpler than one might otherwise suspect.
  20.  
  21. Jeff E Mandel MD MS
  22. Dept. of Anesthesia
  23. Tulane University School of Medicine
  24. New Orleans, LA 70112-2699
  25.  
  26. mandel@vax.anes.tulane.edu
  27.